body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

a,
a:hover,
a:focus {
    color: #000;
    text-decoration: none;
}

ul,
li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.font-700 {
    font-weight: 700;
}

.font-900 {
    font-weight: 700;
}

.gray-bg {
    background-color: #414141;
}

.w-16 {
    width: 16px;
}

.equal {
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.primary-text {
    color: #0a76bf;
}

.secondary-text {
    color: #414141;
}

.secondary-text-light {
    color: #616161;
}

.primary-bg {
    background: #0a76bf;
}

.secondary-bg {
    background: #414141;
}

.territory-bg {
    background: #33d65b;
}

.object-fit {
    object-fit: cover;
}


/* Modal CSS */
.modal-body {
    padding: 0;
    display: flex;
    flex-direction: row;
}
.modal-city .link-city img {
    max-width: 60px;
}

.modal-city .link-city p {
    font-size: 12px;
    margin-top: 10px;
}

.modal-city {
    background-color: rgba(0, 0, 0, .8);
}

.custom-modal-padding-1 {
    padding: 0 15px;
}

.btn-city-modal {
    background-color: #eee;
    color: #000;
    display: flex;
    width: fit-content;
    align-items: center;
    padding: 8px 20px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    top: 0;
}

@media(max-width:766px) {
    .btn-city-modal {
        margin-left: auto;
        margin-right: 20px;
    }
}

@media(max-width:455px) {
    .btn-city-modal {
        background-color: #fff;
        color: #000;
        display: flex;
        width: fit-content;
        align-items: center;
        padding: 6px 14px;
        border-radius: 3px;
        cursor: pointer;
        position: relative;
        top: 0;
        font-size: 13px;
    }
}
@media(max-width:350px) {
    .btn-city-modal {
        margin-left: 0;
        margin-right: 5px;
    }
}

.btn-city-modal span img {
    width: 13px;
    margin-left: 10px;
}

/* Modal CSS */


/* common css end */

.header-element {
    position: absolute;
    z-index: 999;
    background: #FFC107;
    width: 100%;
    box-shadow: 0px 1px 0px #fff;
}

@media(max-width:355px) {
    .header-element {
        padding: 0px 0px;
    }
}

.header-element.sticky.fixed {
    position: fixed;
}

.header-element .container {
    max-width: 1380px;
}

.navbar-logo {
    width: 100px;
}

@media(max-width:455px) {
    .navbar-logo {
        width: 140px;
    }
}

.nav-link {
    padding: 20px 15px;
    border: 4px solid transparent;
    transition: 0.3s ease-in-out;
    font-size: 19px !important;
    font-weight: 500 !important;
}

@media(max-width:807px) {
    .nav-link {
        padding: 20px 10px;
        border: 4px solid transparent;
        transition: 0.3s ease-in-out;
        font-size: 18px !important;
        font-weight: 500 !important;
    }
}

.nav-item.active .nav-link,
.nav-link:hover {
    border-bottom: 4px solid #0a76bf;
}

.ml-custom-header {
    margin-left: 40px;
}

.icon-header-main img {
    height: 18px;
    margin: 5px;
}

@media(max-width:1200px) {
    .ml-custom-header {
        display: none;
    }
}

@media(min-width:550) {
    .navbar-logo {
        width: 200px;
    }
}

.img-full {
    max-width: 100%;
}

.hidden {
    display: none;
  }

.side-element {
    position: fixed;
    display: block;
    width: 100%;
    background: #fbfbfb;
    top: 50px;
    height: 100vh;
    bottom: 0;
    right: 0;
    transform: translate(100%, 0);
    transition: 0.3s ease-in-out;
    z-index: 99;

}

@media(min-width:767px) {
    .side-element {
        position: relative;
        display: none;
    }
}

.side-element.active {
    transform: translate(0%, 0);
}

.side-block {
    padding: 0px 0px;
    padding-left: 0px;
    margin-left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background: #f9f9f9;
    flex-direction: column;
    padding: 30px;

}

.side-block li {
    font-size: 18px;
    padding-bottom: 18px
}

.side-block a {
    text-decoration: none;
    color: #333;
    font-size: 18px;
  }

  .side-block a:hover {
    color: #007BFF;
  }

   /* Close button styles */
/* Close button styles */
.close-btn {
    cursor: pointer;
    background: transparent;
    border: none;
    color: #333;
    font-size: 48px; /* Increased font size */
    font-weight: bold;
    position: absolute;
    top: 10px; /* Adjusted for larger size */
    right: 10px; /* Adjusted for larger size */
    padding: 0;
    line-height: 1;
  }
  
  .close-btn:hover {
    color: #e91111;
    transform: scale(1.2);
    transition: transform 0.2s ease, color 0.2s ease;
  }
  
  
.menu-btn {
    cursor: pointer;
    border: none;
    line-height: 0px;
    padding: 0px;
    color: #0a76bf;
    background: transparent;
    display: inline-block;
    width: 30px;
    position: relative;
}
@media(max-width:455px){
    .menu-btn{
        width:28px;
    }
}
.icon-bar {
    display: block;
    width: 100%;
    height: 5px;
    background: #0a76bf;
    line-height: normal;
    padding: 0;
    margin: 3px 0px;
    font-size: 0;
    right: 0;
    transition: 0.3s ease-in-out;
}

@media(max-width:455px){
    .icon-bar{
        height:4px;
    }
}
.menu-btn.cross-icon .icon-bar {
    position: absolute;
    top: -7px;
}

.menu-btn.cross-icon .icon-bar:first-child {
    transform: rotate(45deg);
}

.menu-btn.cross-icon .icon-bar:nth-child(2) {
    opacity: 0;
    transform: rotate(90deg);
}

.menu-btn.cross-icon .icon-bar:last-child {
    transform: rotate(-45deg);
}

@media(min-width:767px) {
    .menu-btn {
        display: none;
    }
}

/* hero section */
.hero-element {
    height: auto;
}

@media (min-width:1150px) {
    .hero-element {
        height: 95vh;
    }
}

/*.hero-block {*/
/*    height: 310px;*/
/*    display: flex;*/
/*    top: 0;*/
/*    position: relative;*/
/*}*/

/*.hero-block:after {*/
/*    position: fit;*/
/*    content: '';*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-size: contain;*/
/*     background: rgba(224, 231, 236, 0.6); */

/*}*/

/*.hero-block img {*/
/*    width: 100%;*/
/*}*/

@media(min-width:767px) {
    .hero-block {
        height: auto;
    }

    .btn-city-modal {
        position: inherit;
        float: right;
    }
}

.hero-heading {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    height: 100%;
    align-items: center;

}

@media(min-width:990px) {
    .hero-heading {
        padding-bottom: 70px;
    }
}

.hero-heading-block {
    font-size: 28px;
}

@media(min-width:1200px) {
    .hero-heading-block {
        font-size: 77px;
    }
}

@media(min-width:1150px) {
    .hero-heading-block {
        font-size: 50px;
    }
}

.hero-content {
    font-size: 16px;
}

@media(min-width:767px) {
    .hero-content {
        font-size: 24px;
    }
}

.service-element {
    padding: 0px 10px;
    margin-top: -40px;
}

@media(min-width:767px) {
    .service-element {
        padding: 0px 0px;
        margin-top: 0px;
    }
}

.Service-box {
    flex: 0 0 100%;
    position: relative;
    display: flex;
    background: #fff;
    box-shadow: 0px 2px 2px #ccc;
    margin-bottom: 20px;
    transition: 0.3s ease-in-out;
    border-radius: 5px;


}

.Service-box:hover,
.Service-box a.active {
    text-shadow: 0px 3px 3px #414141;
}

@media(min-width:767px) {
    .Service-box {
        flex: 0 0 20%;
        box-shadow: none;
        margin: 0px;
        height: 100%;
        transition: 0.3s ease-in-out;


    }
}

.service-images {
    border-radius: 5px;
    display: block;

}

@media(min-width:767px) {
    .service-images {
        flex: 0 0 100%;
        margin-bottom: 0px;
    }
}

.service-mobile {
    box-shadow: 0px 3px 4px #e4dfdf;
    display: flex;
    background: #fff;
    height: 100px;
    overflow: hidden;
    border-radius: 5px;
}

.service-content {

    top: 0;

    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    flex: 0 0 57%;
    padding: 0px 5px;
}

@media(min-width:767px) {
    .service-content {
        position: absolute;
        color: #fff;
        padding: 15px;
        width: 100%;
        height: 100%;
    }
}

.service-box-sm .service-content-pera {
    font-size: 0px;
}

@media(min-width:950px) {
    .service-box-sm .service-content-pera {
        font-size: 17px;
    }
}

.overlay-box {

    position: absolute;
    width: 100%;
    height: 100%;
}

.overlay-blue {
    background: transparent;

}

@media(min-width:767px) {
    .overlay-blue {
        background: rgba(18, 18, 192, 0.675);

    }
}

.overlay-green {
    background: transparent;

}

@media(min-width:767px) {
    .overlay-green {
        background: rgba(17, 101, 218, 0.615);

    }
}

.service-content-heading {
    font-size: 20px;

}

@media(min-width:1150px) {
    .service-content-heading {
        font-size: 20px;
        color: #ffffff;
    }
}

.service-content-pera {
    font-size: 17px;
    display: inline-block;
    padding-top: 5px;

}

@media(min-width:990px) {
    .service-content-pera {
        font-size: 16px;
        color: #fff;
    }
}


/*======================== recommned ======================= */
.recommended-top-heading {
    font-size: 17px;
}

@media(min-width:767px) {
    .recommended-top-heading {
        font-size: 36px;
    }
}

.recommended-img {
    margin-bottom: 0;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 2px 3px #ccc;
    height: 80px;
    display: table;

}



.recommended-heading {
    font-size: 16px;
    font-weight: 600;
    /*cursor: pointer;*/
    margin-bottom: 1px;
}

.recommended-pera {
    font-size: 13px;
    margin-bottom: 0;
    /*cursor: pointer;*/
    padding: 2px 0px;
}

.recommended-btn {
    font-size: 12px;
    background: #0a76bf;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
}

/*============================ choose Hygiene ==========================*/
.choose-element {
    text-align: center;
    padding: 35px 10px 10px;
    background: #fff;
    box-shadow: 0px 4px 4px #f1efef;
    height: 250px;
    transition: 0.3s ease-in-out;
    border: 1px solid #f9f9f9;
    margin: 0px auto 70px;
    transition: 0.3s ease-in-out;
    max-width: 300px;

}

.col-md-4 :last-child .choose-element {
    margin-bottom: 0px;
}

@media (min-width:767px) {
    .choose-element {
        margin-bottom: auto;
    }
}

.choose-main-heading {
    transition: 0.3s ease-in-out;
    text-shadow: 0px 2px 2px #c7c7c7;
}

.choose-element:hover {
    background: #f9f9f9;
}


.choose-icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    /* background-color: #414141; */
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    border: 2px solid transparent;

}

.choose-icon-box {
    font-size: 40px;
    color: #fff;
    text-shadow: 0px 3px 2px transparent;
}

.choose-heading {
    font-size: 18px;
    font-weight: 600;
    margin-top: 17px;
}

.choose-pera {
    font-size: 15px;
}

/*=========================== pricing css====================== */
.pricing-element {
    display: flex;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 0px 35px;
    border: 2px solid transparent;
    transition: 0.3s ease-in-out;
    max-width: 345px;
    margin: 0px auto 20px;
}

.pricing-element:hover,
.pricing-element:focus {
    box-shadow: 0px 4px 5px #dadada;
    color: #fff;
}

.pricing-icon {
    font-size: 115px;
    flex: 0 0 50%;
}

.pricing-heading {
    font-size: 45px;
}

/*========================== client css =================================== */
.cstm-p {
    padding: 60px 0;
}

.bg-lyt {
    background-color: #d2d2d2;
}

.heading {
    font-size: 24px;
}

@media(min-width:767px) {
    .heading {
        font-size: 40px;
    }

}

.inner-section {
    color: #616161;
}

.services .services_type {

    text-align: center;
    font-size: 17px;
    margin: 15px 0;

}

@media(min-width:767px) {
    .services .services_type {
        display: flex;
        text-align: left;
    }
}

.services .services_type h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 900;
    padding: 5px 0px;
}

.list-type {
    flex: 0 0 80%;
}

.list-type li {

    display: inline-block;
    padding: 5px 10px;
}

.list-type li a {
    font-size: 17px;
    font-weight: 700;
    color: inherit;
    transition: 0.3s ease-in-out;
}

.list-type li a:hover {
    color: #414141;
}

/* footer css */
.cstm-footer {
    padding: 30px 0;
}

/* footer */
footer .links li {
    margin-right: 15px;
    font-size: 15px;
    padding-bottom: 2px;
}

footer .links li a {
    color: #e4dada;
    transition: 0.3s ease-in-out;
}

footer .links li a:hover {
    text-decoration: underline;
    color: #eeeaea;
}

footer .logo-white {
    width: 40%;
    
}

footer .copyright a {
    display: flex;
    width: 235px;
}

footer .adress_footer h6 a {
    font-size: 16px;
}

footer .adress_footer h6 {
    margin-bottom: 25px;
}

footer .adress_footer h6 a:hover {
    color: #ffffff;
}

@media(min-width:767px) {
    .btm_ftr {
        display: flex;
    }
}
footer .copyright {
    font-size: 14px;
    margin: 10px auto; /* Auto margin for horizontal centering */
    text-align: center; /* Center the text content */
     padding-right: 40px; 
}

.social-container ul {
    padding: 0;
    margin: 0;
}

.social-container li {
    margin: 10px 0; /* Adjust vertical spacing as needed */

}

.social-container a {
    display: flex; /* Ensures the image is centered */
    justify-content: center; /* Center the icon */
}

.social-container img {
    width: 30px; /* Adjust the size of the icons as needed */
}

/* end */

.d-mb-none {
    display: none;
}

@media(min-width:767px) {
    .d-mb-none {
        display: block;
    }
}

.d-mb-block {
    display: block;
}

@media(min-width:767px) {
    .d-mb-block {
        display: none;
    }
}

.d-desk-none {
    display: block;
}

@media(min-width:767px) {
    .d-desk-none {
        display: none;
    }
}

.page-block {
    padding: 0px 30px;
}

.page-block li a {
    display: flex;
    margin-bottom: 40px;
    font-size: 18px;
    align-items: center;
}

.page-block li a span {
    position: relative;
    width: 60px;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 5px;
    flex: 0 0 20%;
    max-width: 20%;
}

.close-sidemenu-mobile {
    padding: 15px;
    background: #fff;
    width: 100%;
    display: block;
    margin-bottom: 40px;
    box-shadow: 0px 2px 5px #ccc;
}

.close-sidemenu-mobile span {
    padding-right: 10px;
}

.side-page.active {

    width: 100%;
    padding-left: 30%;
    background: rgba(0, 0, 0, 0.50);
}

.popup-element {
    display: flex;
    border-radius: 5px;
    overflow: hidden;
}

.popup-nav {
    display: flex;
    flex-direction: column;
    flex: 0 0 30%;
    height: 100%;
    background: #c1c1c1;
}

.icon-popup {
    font-size: 30px;
    padding-right: 10px;
    font-weight: normal;
}

/* .nav-tab {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    color: #616161;
    transition: 0.3s ease-in-out;
    font-weight: 700;
} */

.nav-tab:hover,
.nav-tab:focus {
    background: #fff;
}

.tab-box {
    flex: 0 0 70%;
}

.tab-content-box {
    padding: 0px;
}

.tab-content-link {
    width: 100%;
    padding: 10px 20px;
    display: flex;
    font-size: 16px;
    transition: 0.3s ease-in-out;
    border-radius: 5px;
    color: #616161;
    align-items: center;

}

.nav-tab.active {
    background: #fff;
}

.tab-content-list-icon {
    flex: 0 0 10%;
    max-width: 10%;
    font-size: 30px;
}


.tab-content-link:hover {
    background: #0a76bf;
    color: #fff;
}


.share {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    color: white;
    padding: 20px;
    z-index: 9999;
}

.side-block-mobile.active .page-block {
    display: block;
}




/*-------- New Services section -------------*/
.n-services {
    width: 100%;
}

.n-services-img {
    position: relative;
}

.n-services-data {
    position: absolute;
    top: 120px;
    left: 100px;


}

.n-services-data h1 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 900;
}

.n-services-data p {
    margin-top: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
}

.ser-p {
    padding-bottom: 20px;
    border-bottom: 4px solid rgba(0, 0, 0, 0.16);

}

.n-services-t1 {
    text-transform: uppercase;
    font-size: 22px !important;
    font-weight: 400;
}


.form__label {
    font-size: 1.2rem;
    font-weight: 700;
    margin-left: 2rem;
    margin-top: 0.7rem;
    display: block;
    transition: all .3s;
}

.form__input:placeholder-shown+.form__label {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4rem);
}

.form__radio-group {
    width: 100%;
    background: rgba(255, 255, 255, 0.20);
    display: inline-block;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);

}

.form__radio-input {
    display: none;
}

.form__radio-label {
    font-size: 16px;
    cursor: pointer;
    position: relative;
    padding-left: 2rem;
    color: #fff;
    display: block;
    margin-bottom: 0 !important;

    padding: 10px 50px;
}

.form__radio-button {
    height: 1.5rem;

    width: 1.5rem;
    border: 2px solid #fff;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 0.6rem;
    left: 10px;
    margin-right: 20px;
}

.form__radio-button::after {
    content: '';
    display: block;
    width: .7rem;
    height: .7rem;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    opacity: 0;
    transition: opacity .2s;
}

.form__radio-input:checked~.form__radio-label .form__radio-button::after {
    opacity: 1;
}

.btn-book-now {
    display: block;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    background-color: #33d65b;
    padding: 11px;
    margin-top: 0px;
    text-align: center;
    color: #fff;
    transition: .4s ease;
    width: 100%;
    transition: .4s ease;

}

.btn-book-now:hover {
    background-color: #59f881;
    color: #fff;
}

.img-ser2 {
    display: none;
}

.div-sm-active {
    display: none;
}

@media(max-width:767px) {
    .img-ser1 {
        display: none;
    }

    .img-ser2 {
        display: block;
        max-width: 100%;
        height: 320px;

    }

    .n-services-data {
        position: absolute;
        top: 50px;
        left: 0px;
        padding: 10px;

    }

    .n-services-data h1 {
        color: #ffffff;
        font-size: 22px;
        font-weight: 700;
    }

    .n-services-data p {
        margin-top: 10px;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: -0.;
    }

    .n-services-t1 {
        text-transform: uppercase;
        font-size: 22px !important;
        font-weight: 400;
    }

    .div-sm {
        display: none;
    }

    .div-sm-active {
        display: block;
        background: #fff;
        position: relative;
    }

    .form__radio-label {
        font-size: 16px;
        cursor: pointer;
        position: relative;
        padding-left: 2rem;
        color: #000;
    }

    .form__radio-button {
        height: 1.5rem;
        width: 1.5rem;
        border: 2px solid #000;
        display: inline-block;
        border-radius: 50%;
        position: absolute;
        top: 0rem;
        left: 0;
    }

    .form__radio-button::after {
        content: '';
        display: block;
        width: .7rem;
        height: .7rem;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #000;
        opacity: 0;
        transition: opacity .2s;
    }

}

@media(max-width:415px) {
    .img-ser2 {
        display: block;
        max-width: 100%;
        height: 360px;
    }
}

@media(max-width:375px) {
    .img-ser2 {
        display: block;
        max-width: 100%;
        height: 420px;
    }
}

@media(max-width:360px) {
    .img-ser2 {
        display: block;
        max-width: 100%;
        height: 420px;
    }
}

/* Style for the navigation tabs */


.nav-tabs .nav-item {
    margin: 0;
}

.nav-tabs .nav-tab {
    width: 100%; /* Ensure buttons take full width of the container */
    text-align: left; /* Align text to the left */
    background-color: transparent; /* Transparent background */
    border: none; /* Remove default button borders */
    padding: 10px 20px; /* Add padding for better appearance */
    color: #495057; /* Default text color */
    font-size: 16px; /* Adjust font size */
    font-weight: 500;
    transition: all 0.3s ease; /* Add hover effect transition */
    border-radius: 0;
    cursor: pointer;
}

.nav-tabs .nav-tab:hover, 
.nav-tabs .nav-tab:focus {
    background-color: #e9ecef; /* Light gray hover background */
    color: #212529; /* Darker text color */
}

.nav-tabs .nav-tab.active {
    background-color: #0d6efd; /* Primary blue background for active tab */
    color: #fff; /* White text for active tab */
    font-weight: 600; /* Bold text for active tab */
}

/* Style for the tab content area */
.tab-content {
    width: 80%; /* Remaining width for the content */
    padding: 0; /* Removed padding */
    background-color: #fff; /* White background for content */
    border-left: 1px solid #dee2e6; /* Divider between content and tabs */
}

/* Remove default list styling */
.tab-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

/* Ensure list items are properly spaced */
.tab-content ul li {
    margin: 8px 0px;
    padding-right: 0;
    display: flex; /* Align icon and text */
    align-items: center; /* Center items vertically */
}

/* Style for links */
.tab-content ul li a {
    color: #0d6efd; /* Primary blue link color */
    text-decoration: none; /* Remove underline */
    font-size: 16px;
    font-weight: 500;
    display: flex; /* Ensure icon and text align */
    align-items: center;
    gap: 8px; /* Space between icon and text */
}

/* Hover effect */
.tab-content ul li a:hover {
    text-decoration: underline;
    color: #0056b3; /* Darker blue for hover state */
}

/* Optional: If using icons */
.tab-content ul li i {
    font-size: 18px; /* Adjust icon size */
    color: #0d6efd; /* Match link color */
}




.testimonial_slider_2 {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding-bottom: 0px;
    background: url(../img/review1.jpg);
    background-size: cover;
    background-position: center;
    margin-top: -190px;
    padding-top: 150px;
}

.testimonial_slider_2 input {
    display: none;
}

.testimonial_slider_2 #slide_2_1:checked~.boo_inner {
    margin-left: 0;
}

.testimonial_slider_2 #slide_2_2:checked~.boo_inner {
    margin-left: -100%;
}

.testimonial_slider_2 #slide_2_3:checked~.boo_inner {
    margin-left: -200%;
}

.testimonial_slider_2 #slide_2_4:checked~.boo_inner {
    margin-left: -300%;
}
.testimonial_slider_2 .boo_inner {
    width: 400%;
    -webkit-transform: translateZ(0); /* GPU acceleration for older WebKit browsers */
    transform: translateZ(0);
    -webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
}


.testimonial_slider_2 .slide_content {
    width: 25%;
    float: left;
}

.testimonial_slider_2 #controls {
    text-align: center;
}

.testimonial_slider_2 #controls label {
    width: 15px;
    height: 15px;
    margin: 0 5px;
    display: inline-block;
    background: #777; /* Default background */
    border-radius: 50%; /* Makes them circular */
    cursor: pointer; /* Makes them selectable */
    transition: background 0.3s ease; /* Smooth color transition */
}

/* Change color when hovered */
.testimonial_slider_2 #controls label:hover {
    background: #fff; /* Highlighted color on hover */
    transform: scale(1.2); /* Slightly enlarges on hover */
}

.testimonial_slider_2 #slide_2_1:checked~#controls label:nth-child(1),
.testimonial_slider_2 #slide_2_2:checked~#controls label:nth-child(2),
.testimonial_slider_2 #slide_2_3:checked~#controls label:nth-child(3),
.testimonial_slider_2 #slide_2_4:checked~#controls label:nth-child(4) {
    background: #fff;
    /* Change controls background color when mouse click */
}

.testimonial_2 {
    font-size: 16px !important;
    color: #fff;
    /* Change testimonial paragraph text color */
    padding: 30px 30px 23px;
}

.content_2 {
    position: relative;
    padding-right: 80px;
    margin-bottom: 30px;
}

.content_2:before,
.content_2:after {
    content: "";
    height: 15px;
    width: 19px;
    position: absolute;
}

.testimonial_2 p {
    display: inline;
}


.testimonial_2-heading {
    color: #fff;
    font-weight: 700;
    padding-top: 35px;
    padding-bottom: 0px;
}

.img-testi {
    width: 100px;
}

.s-icons {
    display: inline-block;
    margin-left: 10px;
}

.s-icons .fa {
    color: gold;

}

.testi-p {
    font-size: 16px;
}

.testi-p img:nth-child(1) {
    width: 20px;
    transform: translateY(-10px);
    margin-right: 10px;
}

.testi-p img:nth-child(2) {
    width: 20px;
    transform: translateY(10px);
    margin-left: 10px;
}

.faq-h1 {
    font-size: 46px;
    font-weight: 700;
    color: #0a76bf;
}

.card-faq {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 6px;
}

.faq-heading {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
}

.faq-p {
    color: #414141;
}

.faq-p p {
    color: #414141 !important;
}

.card-join {
    background: #0a76bf;
    border-radius: 6px;
    box-shadow: 0 6px 10px 1px rgba(1, 2, 2, 0.08);
    text-align: center;
    color: #fff;
    padding: 30px;
    margin-top: 50px;
}

.card-join h1 {
    font-weight: 900;
}

.card-join a {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-top: 20px;
    display: block;
}

@media(max-width:767px) {
    .nav-tabs {
        border-bottom: 0px solid #dee2e6;
        transform: translateY(0px);
    }

    .nav-tabs .nav-item {
        width: 49%;
        margin-bottom: 10px;
    }

    .tab-icon-img {
        height: 50px;
    }

    .tab-text {
        display: block;
        padding-top: 10px;
        font-size: 15px;
        font-weight: 400;
    }

    .tab-content {
        margin-top: 10px;
    }

    .tab-content-card {

        margin-top: 50px;
        margin-bottom: 30px;
        border-radius: 6px;
    }

    .tab-h1 {
        font-size: 36px;
    }

    .testimonial_2-heading {

        font-size: 30px;
    }

    .img-testi {
        width: 100px;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .content_2 {
        position: relative;
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .md-center {
        text-align: center;
    }

    .faq-h1 {
        font-size: 36px;
        font-weight: 700;
        color: #0a76bf;
    }

    .card-faq {
        background-color: #ffffff;
        padding: 25px;
        margin-top: 10px;
        border-radius: 6px;
    }

    .faq-heading {
        font-size: 20px;
        font-weight: 600;
        color: #414141;
    }
}

@media(max-width:1278px) {
    .n-services-data {
        position: absolute;
        top: 120px;
        left: 72px;
    }
}

@media(max-width:1025px) {
    .n-services-data {
        position: absolute;
        top: 110px;
        left: 32px;
    }

    .nav-tabs {
        border-bottom: 0px solid #dee2e6;
        transform: translateY(-65px);
    }

    .n-services-img .img-fluid {
        max-width: 100%;
        height: 650px;
    }

    .form__radio-label {
        padding: 10px 10px 12px 40px;
    }

    .tab-content {
        margin-top: 10px;
    }

    .testimonial_2-heading {
        color: #fff;
        font-weight: 700;
        padding-top: 70px;
        padding-bottom: 20px;
    }
}

@media(max-width:992px) {

    .n-services-data {
        position: absolute;
        top: 110px;
        left: 90px;
    }

    .n-services-img .img-fluid {
        max-width: 100%;
        height: 720px;
    }

    .form__radio-label {
        font-size: 14px;
        padding: 10px 10px 12px 30px;
    }

    .form__radio-button {
        height: 1rem;
        width: 1rem;
        border: 2px solid #fff;
        display: inline-block;
        border-radius: 50%;
        position: absolute;
        top: 0.6rem;
        left: 10px;
    }

    .form__radio-button::after {
        content: '';
        display: block;
        width: .5rem;
        height: .5rem;
    }
}

@media(min-width:868px) {
    .n-services .container {
        max-width: 820px;
    }
}

@media(min-width:992px) {
    .n-services .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .n-services .container {
        max-width: 1140px;
    }
}

@media (max-width: 768px) {
    .n-services-data {
        position: absolute;
        top: 110px;
        left: 25px;
    }

    .form__radio-label {
        font-size: 12px;
        padding: 10px 10px 12px 30px;
    }

    .btn-book-now {
        font-size: 12px;
    }

    .tab-text {
        font-size: 16px;
    }
}



.p-join {
    font-weight: 600;
}


.card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0;
    border: 0;
    border-radius: 3px;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;

    margin-bottom: 30px;
    box-shadow: 0 6px 10px 1px rgba(1, 2, 2, 0.08);
}

.card-header:hover {
    cursor: pointer;
}


@media (max-width: 502px) {
    .n-services-img .img-fluid {
        max-width: 100%;
        height: 530px;
    }

    .n-services-data {
        position: absolute;
        top: 60px;
        left: 0px;
    }

    .ser-p {
        padding-bottom: 20px;
        border-bottom: none;
    }

    .nav-tabs {
        border-bottom: 0px solid #dee2e6;
        transform: translateY(15px);
    }

    .tab-content {
        margin-top: -10px;
    }
}

@media (max-width: 415px) {
    .n-services-img .img-fluid {
        max-width: 100%;
        height: 420px;
    }

}

@media (max-width: 380px) {
    .n-services-img .img-fluid {
        max-width: 100%;
        height: 480px;
    }

}

@media (max-width: 370px) {
    .n-services-img .img-fluid {
        max-width: 100%;
        height: 480px;
    }

}

@media (max-width: 330px) {
    .n-services-img .img-fluid {
        max-width: 100%;
        height: 520px;
    }

}

@media(min-width:1435px) {
    .n-services-img .img-fluid {
        width: 100%;
        height: 450px;
    }

    .n-services .container {
        width: 1140px;
    }

    .n-services-data {
        position: absolute;
        top: 120px;
        left: 50%;
        transform: translateX(-50%);
    }

    .nav-tabs {
        border-bottom: 0px solid #dee2e6;
        transform: translateY(0px);
    }
}

@media (max-width: 1435px) {
    .n-services-data {
        position: absolute;
        top: 120px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }

    .nav-tabs {
        border-bottom: 0px solid #dee2e6;
        transform: translateY(0px);
    }
}

@media (max-width: 1282px) {
    .n-services-data {
        position: absolute;
        top: 120px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }

    .nav-tabs {
        border-bottom: 0px solid #dee2e6;
        transform: translateY(0px);
    }
}

@media (max-width: 1230px) {
    .n-services-data {
        position: absolute;
        top: 120px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }

    .nav-tabs {
        border-bottom: 0px solid #dee2e6;
        transform: translateY(0px);
    }
}

@media (max-width: 1210px) {
    .n-services-data {
        position: absolute;
        top: 90px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }

    .nav-tabs {
        border-bottom: 0px solid #dee2e6;
        transform: translateY(0px);
    }
}

@media (max-width: 1200px) {
    .n-services-data {
        position: absolute;
        top: 120px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }

    .nav-tabs {
        border-bottom: 0px solid #dee2e6;
        transform: translateY(25px);
    }

    .form__radio-label {
        font-size: 14px;
        padding: 10px 10px 12px 30px;
    }

    .form__radio-button {
        height: 1rem;
        width: 1rem;
        border: 2px solid #fff;
        display: inline-block;
        border-radius: 50%;
        position: absolute;
        top: 0.6rem;
        left: 10px;
    }

    .form__radio-button::after {
        content: '';
        display: block;
        width: .5rem;
        height: .5rem;
    }

    .sm-btn-ser {
        background: rgba(255, 255, 255, 0.20);
        display: block;
        text-align: center;
        padding: 10px 10px;
        color: #fff;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
        border-radius: 6px;
        transition: .4s ease;
        font-size: 12px;

    }
}

@media (max-width: 1150px) {
    .n-services-img .img-fluid {
        width: 100%;
        height: 620px;
    }
}

@media (max-width: 992px) {
    .n-services-img .img-fluid {
        width: 100%;
        height: 650px;
    }
}

@media (max-width: 868px) {
    .n-services-img .img-fluid {
        width: 100%;
        height: 700px;
    }

    .form__radio-label {
        font-size: 12px;
        padding: 10px 10px 12px 30px;
    }

    .btn-book-now {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .n-services-img .img-fluid {
        width: 100%;
        height: 300px;
    }

    .ser-p {
        padding-bottom: 20px;
        border-bottom: none;
    }

    .n-services-data {
        position: absolute;
        top: 60px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }

    .nav-tabs {
        border-bottom: 0px solid #dee2e6;
        transform: translateY(-10px);
    }
}

.services-dm-sm {
    padding: 30px 0 50px 0;
    display: none;
}

.lg-only {
    display: block;
}

.sm-only {
    display: none;
}

@media (max-width: 767px) {
    .services-dm-sm {
        padding: 30px 10px 50px 25px;
        display: block;
        transform: translateY(-100px);
        text-align: center;
    }

    .lg-only {
        display: none;
    }

    .sm-only {
        display: block;
    }

    .c-w {
        color: #fff;
        font-weight: 700;
    }
}

.typeform-share {
    background: #0a76bf;
    display: block;
    text-align: center;
    padding: 7px 0px 7px 0px;
    font-size: 20px;
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    transition: .4s ease;

}

.typeform-share:hover {
    background: #267DDD;
    color: #fff;

}

a::after,
a::before,
a:focus {
    color: #000;
}

.img-ser {
    border-radius: 0;
}

.p-sm-span {
    display: inline-flex;
    width: 100%;
}

.img-full-1 {
    width: 100px;
    height: 100px;
    margin-right: 10px;
}
body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}

/* Popup Container */
.callmePopup {
    position: fixed;
    top: 30%;
    left: 25%;
    width: 50%;
    height: 50%;
    /* background-color: rgba(0, 0, 0, 0.7); */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Form Popup */
.formPopup {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 400px;
}

/* Form Title */
h2.book {
    margin: 0 0 20px;
    font-size: 24px;
    color: #333;
    text-align: center;
}

/* Input Fields */
input[type="text"],
input[type="tel"],
input[type="email"],
select {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

/* Buttons */
.btn_callme,
.btn_cancel {
    width: 98%;
    padding: 10px;
    margin: 10px 1%;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn_callme {
    background-color: #28a745; /* Green */
}

.btn_callme:hover {
    background-color: #218838; /* Darker Green */
}

.btn_cancel {
    background-color: #dc3545; /* Red */
}

.btn_cancel:hover {
    background-color: #c82333; /* Darker Red */
}

/* Thank You Message */
.formg {
    display: none; /* Initially hidden */
    background-color: #090909;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.close-btn {
    background: none;
    border: none;
    color: #dc3545;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

.call_msg {
    margin: 20px 0 0;
    font-size: 16px;
    color: #333;
}
.popupMessage {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 2000;
    text-align: center;
}
.popupMessage button {
    margin-top: 10px;
    padding: 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.popupMessage button:hover {
    background-color: #0056b3;
}
/* Set background color for the tabs */
.custom-tabs .nav-link {
    background-color: #f8f9fa; /* Light grey */
    color: #212529; /* Dark grey */
    border: 1px solid #dee2e6; /* Border color */
    padding: 10px 20px;
    align-items: center;
    text-align: left;
    transition: background-color 0.3s, color 0.3s;
    border-radius: 0; /* Remove rounded corners */
    width: 100%; /* Ensure full-width alignment */
    display: flex; /* Keep tabs block-level for stacking */
}

/* Highlight tab on hover */
.custom-tabs .nav-link:hover {
    background-color: #e9ecef; /* Slightly darker grey */
    color: #495057; /* Darker grey for text */
}

/* Active tab styling */
.custom-tabs .nav-link.active {
    background-color: #007bff; /* Blue color for active */
    color: white; /* White text for active */
    border-color: #007bff; /* Blue border */
}

.custom-tabs .tab-content-list-icon,
    .custom-tabs .icon-popup {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 24px; /* Set a consistent width for icons */
        height: 24px; /* Set a consistent height for icons */
    }

/* Ensure proper alignment for nav-item */
.custom-tabs .nav-item {
    margin: 0;
    margin-bottom: 10px;
    width: 100%; /* Tabs take full width of the container */
}

/* Modal body padding and tab alignment */

/* For consistent spacing */

/* Remove default styles from ul and li */
.tab-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.tab-content ul li {
    margin: 8px 0;
}

/* Style for service buttons */
.service-btn {
    display: flex;          /* Align icon and text in the same row */
    align-items: center;    /* Center icon and text vertically */
    justify-content: flex-start; /* Align everything to the left */
    width: 100%;            /* Make button take full width */
    padding: 10px 15px;
    font-size: 20px;
    font-weight: 500;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    color: #333;           /* Dark text for better readability */
    transition: 0.3s ease-in-out;
}

/* Add spacing between icon and text */
.service-btn span {
    display: inline-block;
    width: 24px;   /* Ensure all icons have the same width */
    text-align: center;
    flex-shrink: 0;  /* Prevents icons from shrinking */
    font-size: 20px; /* Adjust icon size */
}

/* Ensure all icons are aligned properly */
.service-btn .icon-popup,
.service-btn .fas, 
.service-btn .flaticon-home,
.service-btn .flaticon-home-1,
.service-btn .flaticon-carpet-1,
.service-btn .flaticon-stage,
.service-btn .flaticon-toilet,
.service-btn .flaticon-sofa,
.service-btn .flaticon-window,
.service-btn .flaticon-penthouse,
.service-btn .flaticon-house,
.service-btn .flaticon-mop {
    width: 30px;  /* Uniform icon width */
    height: 30px; /* Uniform icon height */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

/* Hover effect */
.service-btn:hover {
    background-color: #007bff; /* Blue background */
    color: white; /* White text */
    border-color: #007bff; /* Blue border */
}

